﻿.titulo {
    padding-top: 2px;
    padding-left: 0px;
    padding-bottom: 2px;
    background-color: #FFFFFF;
    color: #003399;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}
.subtitulo {
    background-color: #dddddd;
    color: #FF8204;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}
.detalle {
    background-color: #ffffff;
    color: #FF8204;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
.filtro {
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
    background-color: #E4E4E4;
}
.texto_margen {
    width: 20px;
}
.texto {
    font-family: Arial;
    font-size: 14px;
    vertical-align: middle;
}
.texto-bold {
    font-family: Arial;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold;
}
.texto-nota {
    font-family: Arial;
    font-size: 11px;
    color: #0b10f7;
    font-weight: normal;
    vertical-align: middle;
}
.texto-normal {
    font-weight: normal;
}
.texto-dato {
    background-color: #F2F2F2;
    font-family: Arial;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 4px;
}
.texto-dato-login {
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    vertical-align: middle;
}    
.texto-titulo {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}
.texto-ind {
    font-family: Arial;
    font-size: 12px;
    background-color: #EEEEEE;
    color: #000000;
    font-weight: normal;
    vertical-align: middle;
}
.texto-inicio {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #FF8204;
    padding-left: 10px;
}
.texto-inicio-dato {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #FF8204;
    padding-right: 10px;
    text-align: right;
}
.modalBody {
    font-family: Arial;
    font-size: 15px;
}

.modalDatos {
    background-color: #F2F2F2;
    border: 3px solid #666666;
    font-family: Arial;
    font-size: 12px;
}

    .modalDatos .header {
        background-color: #666666;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalDatos .headerIdea {
        background-color: #0026ff;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalDatos .bodyIdea {
        padding: 15px;
        min-height: 50px;
        line-height: 16px;
        text-align: center;
    }

    .modalDatos .bodyIngreso {
        text-align: left;
    }

    .modalDatos .footerIdea {
        padding: 10px;
    }

    .modalDatos .body {
        min-height: 50px;
        line-height: 20px;
        text-align: center;
        font-weight: bold;
    }
    .modalDatos .footer {
        padding: 3px;
    }
    .modalDatos .yes, .modalDatos .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }

    .modalDatos .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalDatos .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=0);
    min-height: 100%;
    width: 100%;
}
.texto-buscar {
    font-family: Arial;
    font-size: 13px;
    padding: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
}
.texto-buscar-combo {
    font-family: Arial;
    font-size: 13px;
    padding: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
}
div.SelectedRpt {
    background-color: #F2FBFF;
    font-family: Arial;
    font-size: 14px;
    border: solid 1px black;
    max-width: 350px;
    text-align: left;
    margin-left: 2px;
    margin-right: auto;
    padding: 5px;
    line-height: 1.5em;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

